PREFERRED_VERSION_LATESTKNOWN = 0 | Latest known version that is found of Python should used. (This is the default value) |
PREFERRED_VERSION_3_4_X = 1 | Python 3.4.x is used if found. |
PREFERRED_VERSION_3_5_X = 2 | Python 3.5.x is used if found. |
PREFERRED_VERSION_3_6_X = 3 | Python 3.46.x is used if found. |
PREFERRED_VERSION_3_7_X = 4 | Python 3.7.x is used if found. |
PREFERRED_VERSION_3_8_X = 5 | Python 3.8.x is used if found. |
PREFERRED_VERSION_3_9_X = 6 | Python 3.9.x is used if found. |
PREFERRED_VERSION_3_10_X = 7 | Python 3.10.x is used if found. |
PREFERRED_VERSION_3_11_X = 8 | Python 3.11.x is used if found. |
PREFERRED_VERSION_3_12_X = 9 | Python 3.12.x is used if found. |
PREFERRED_VERSION_3_13_X = 10 | Python 3.13.x is used if found. |
PREFERRED_VERSION_3_14_X = 11 | Python 3.14.x is used if found. |